Reduce impact of saving/restoring/dumping large domains on Dom0 memory
authorKeir Fraser <keir@xensource.com>
Sat, 24 Feb 2007 14:48:17 +0000 (14:48 +0000)
committerKeir Fraser <keir@xensource.com>
Sat, 24 Feb 2007 14:48:17 +0000 (14:48 +0000)
commite0b421d24279d3cce426c0df4bf6d8734c6ce325
tree1c085426682541ba5f472f51948d2f61d3ff0372
parent6948b541999a27d5dbf3cfe05b41d34ed3765ce8
Reduce impact of saving/restoring/dumping large domains on Dom0 memory
usage by means of fadvise64() to tell the OS to discard the cache
pages used for the save/dump file.

Signed-off-by: Simon Graham <Simon.Graham@stratus.com>
tools/libxc/Makefile
tools/libxc/xc_core.c
tools/libxc/xc_linux.c
tools/libxc/xc_linux_restore.c
tools/libxc/xc_linux_save.c
tools/libxc/xc_private.h
tools/libxc/xc_solaris.c